home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / CHEMIST / TEDDEMO2.ZIP / ENGLISH.BAT < prev    next >
DOS Batch File  |  1990-03-28  |  263b  |  22 lines

  1. echo off
  2. if "%2" == "h" goto help
  3. if "%1" == ""  goto vege
  4. tdem %1.mic english.lng %2 %3
  5. if not "%3" == "-p" goto wait
  6. teddemo
  7.  
  8. :help
  9.  
  10. more <%1.mid
  11.  
  12. :wait
  13.  
  14. echo.
  15. echo Type any key to go back to TEDDY DEMO menu ...
  16. pause >nul
  17.  
  18. teddemo
  19.  
  20. :vege
  21.  
  22.